home *** CD-ROM | disk | FTP | other *** search
- <!-- Object tag with ClassID and CodeBase of QuickTime ActiveX control -->
- <!-- Example below shows complete Object and Embed tag structure -->
-
-
- <OBJECT WIDTH="100" HEIGHT="100"
- CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
- CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
-
- <PARAM NAME="src" VALUE="My.mov">
-
- <EMBED WIDTH=100 HEIGHT=100 SRC="My.mov">
- </EMBED>
-
- </OBJECT>
-
- <!-- change the HEIGHT, WIDTH, and SRC values -->
- <!-- in the both the Object and Embed tags -->
- <!-- to the dimensions and URL of your movie -->
-